Method ParseFilter<TProps>(Expression<Func<TProps, bool>>)

Assembly: redb.Core.dll

Parse LINQ predicate to FilterExpression for Props fields.

public virtual FilterExpression ParseFilter<TProps>(Expression<Func<TProps, bool>> predicate) where TProps : class